[HUDI-4827] Rebase Azure Image on Ubuntu 22.04 - xbean fix - hudi-spark_2.11#7506
[HUDI-4827] Rebase Azure Image on Ubuntu 22.04 - xbean fix - hudi-spark_2.11#7506lokeshj1703 wants to merge 6 commits intoapache:masterfrom
Conversation
azure-pipelines.yml
Outdated
|
|
||
| pool: | ||
| vmImage: 'ubuntu-18.04' | ||
| vmImage: 'ubuntu-20.04' |
There was a problem hiding this comment.
Why not 22 actually (as title claims)?
There was a problem hiding this comment.
Addressed in latest commit.
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-compiler-plugin</artifactId> | ||
| <configuration> | ||
| <source>1.8</source> |
There was a problem hiding this comment.
Good catch! Should we propagate this configs to every module?
Let's also parameterize actual version so it's easier to change from the main pom
There was a problem hiding this comment.
These changes were not useful in fixing the issue. Removed it from the latest commit.
There was a problem hiding this comment.
This configuration has already been defined in the base pom.
| <scope>test</scope> | ||
| </dependency> | ||
|
|
||
| <dependency> |
There was a problem hiding this comment.
Please add a comment elaborating on why we need this setup
There was a problem hiding this comment.
Added comment in latest commit.
|
I have also created another PR for fixing this issue. In this PR I have tried updating the version of scalatest-maven-plugin from 1.0 to 2.2.0. #7521 |
Change Logs
Upgrade ubuntu image version in azure-pipelines.yml from 18.04 to 22.04.
Impact
NA
Risk level (write none, low medium or high below)
none
Documentation Update
NA
Contributor's checklist